Hello everyone. I’m excited to learn coding with all of you and look forward to growing together and helping each other out.
Best wishes to everyone.
Jorge
Hello everyone. I’m excited to learn coding with all of you and look forward to growing together and helping each other out.
Best wishes to everyone.
Jorge
HTML is a markup language. It stands for HyperText Markup Language
HTML is used for structuring a web page as well as its contents.
We are learning HTML as it is needed for creating web pages to act as an interface to access a blockchain.
An HTML tag is a tool used to wrap content in order to give it certain attributes such as; distinguishing the content as a paragraph, list, or title, as well as embedding hyperlinks among others.
The structure of an opening HTML tag is an element name wrapped in angled brackets such as follows :
The structure of a closing HTML tag is the element name with a forward slash at the end of the element name without a space, all wrapped by angled brackets as follows:
An attribute is written term that contains extra information attached to an element that is not intended for the end user to view. Such attributes can be used for purposes such as assigning specific formatting or values to an element.
The anatomy of an HTML document consists of the preamble which is required for the document to function properly, proceeded by an element with other nested elements within in it. Amongst these nested elements there should always be a element containing non-end user viewable information, a element for tab and bookmark labeling, and a element containing everything that is visible to the end user. It’s highly advised to include a element as it adds a high degree of flexibility when it comes to entering text in many different written languages.
What is HTML?
HTML (HyperText Markup Language) is code used to structure a web page and its contents.
What is HTML used for?
HTML (HyperText Markup Language) is not a programming language, it is a markup language used to define the structure of content.
HTML consists of elements which can be used to enclose, wrap different parts of the content to appear or act in a certain way.
Why are we learning HTML?
In order to interact with the smart contracts we may need web pages and web sites to communicate with the smart contracts. We will be using HTML to build these web pages.
What is an HTML tag?
A tag in HTML is used to create an element.
What is the structure of an HTML tag?
HMTL tags have a start (opening tag) and end (closing tag) systax. The tag are encapsulated in <> brackets and end with </> with the tag name with the angle brackets. So a paragraph tag would look like
My First Paragraph
What is an attribute?
Attributes contain extra information about the element. The attribute of the element extends the element changing its behavior or providing metadata. It always has the form:
name=“value”(attribute’s identifier followed by associated value)
examples of attribute names are: background, align, border, class, etc
What is the anatomy of an HTML document?
html element wraps content of entire page head element container of all items included on the HTML page meta element sets the character set document will use My test page title element sets the title of the page body element contains all the content the web users will see text, images, videos etc1.HTML stands for Hypertext Markup Language , it is not a coding language but a language that understands the structure of websites
2.HTML is used to construct a website containing text , image’s , video’s or links.
3.We are learning HTML because it’s the basic language you need to understand to be able to read , alter or construct webiste’s in the future.
4.An HTML tag is used to wrap the content (elements) to specify the way the outcome of the website should show you the result.
5.The structure of a tag consists of an opening and closing angle bracket.
6.Attributes are known as additional information of the element you don’t want to include in the content itself.
7.I could copy the information from a website but i would like to get to know the real anatomy by practising with it to better understand how it works…
I know the DOCTYPE… to begin , html element at the beginning and end and in between you have the head and body element…
You can use the “Preformatted Text” Button to encapsulate any kind of code you want to show.
function formatText(){
let words = “I’m a preformatted Text box, Please use me wisely!”
}
Carlos Z.
[quote=“ivan, post:1, topic:3055”]
* What is an HTML tag?
Indicates the beginning and the end of the element.
What is the structure of an HTML tag?
Consists of an opening and a closing
What is an attribute?
Is information and value of the element
What is the anatomy of an HTML document?
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My test page</title>
</head>
<body>
<img src="images/firefox-icon.png" alt="My test image">
</body>
</html>
A markup language used to format text on the screen in a webpage
formatting web pages
to build web pages as interfaces to our smart contracts
Tags bracket the text we want to format, telling the web page what is is and how it should display
opening and closing tags
A variable characteristic specified by a keyword=“value” following the element name in the opening tag before the >
Preamble then a header . charset= and content
What is HTML?
Hypertext markup language
It’s a language that defines the structure of your content.
What is HTML used for?
it is used to programme websites structure.
Why are we learning HTML?
to programme how your content appears or acts on the web page or website.
What is a HTML tag?
all content on web page must have opening and closing tag, to determine how they appear or function.
What is the structure of an HTML tag?
an opening tag and closing tag.
What is an attribute?
attribute in HTML has extra information about the elements.
What is the anatomy of HTML document?
Doc type, HTML element, head element, body element,
1 Hypertext Markup Language
2 it is a markup language that defines the structure of your content
3 Its part of what is needed is blockchain.
4 It help with the structure of the page.
5 the opening or closing Tag
6 Attributes contain extra information about the element that you don’t want to appear in the actual content
7 html consist of Head elements and Body elements
) and (
) and between them the content.What is HTML?
A markup language that defines the structure of your content.
What is HTML used for?
Used to enclose or wrap different parts of the content to make it appear a certain way or act a certain way.
Why are we learning HTML?
To understand how HTML are used in coding and structuring of a website.
What is an HTML tag?
Commonly defined as a set of characters constituting a formated command for a web page. Tags provide the directions or recipes for the visual content that one sees on the web.
What is the structure of an HTML tag?
Head and body of a HTML document
What is an attribute?
An attribute contains extra information about the element that you don’t want to appear in the actual content.
What is the anatomy of an HTML document?
The Anatomy wraps up the basics of individual HTML elements, headers, meta, title, head, body, doctype, etc.
What is HTML?
HTML ( Hyper text Markup Language) is the code that is used to structure a web page and its content.
What is HTML used for?
Hypertext is used to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way.
Why are we learning HTML?
It is a major part of the front end website.
What is an HTML tag?
They are the text items that begin and end a text field.
What is the structure of an HTML tag?
What is an attribute?
Attributes contain extra information about the element that you don’t want to appear in the actual content.
What is the anatomy of an HTML document?
Starts with the declaration of the document. Then a head and a body of text.
1+ HTML stands for Hypertext Markup Language.
2+ It is not a programming language, but a code that is used to structure the content of a web page.
3+ HTML is the most basic way we can use to transmit / display content to users / visitors of the web page.
4+ Tags provide the directions or ways content appears on the Web.
5+
This is an element
6+ An attribute contains extra information about an element but does not appear in the content of the page.
7+ As follows:
(text)The answers to questions 5 and 7 did not appear!