- HTML stands for Hyptertext Markup Language.
- It is the language that determines the structure and components of a website.
- So we can build a website interface to interact with smart contracts.
- Tags wrap text in HTML to affect it in some way.
- ,
- An attribute is extra information about an element that does not appear in the content.
- It is the framework for the entire HTML page.
1. Markup language
2. HTML is used the define the structure of your content
3. We are learning HTML to brag about our new knowledge ( and be able to interact with our dapp on the blockchain)
4. An HTML tag defines what the content will be. i.e. Paragraph
5. The structure of an HTML tag is where it will begin and end
6. An attribute contains data which you do not want to show up in the content, it can later be used as an identifier to modify the content.
7. The anatomy of HTML consists of individual elements that will make up the HTML webpage
-
What is HTML?
HTML(hyper text markup language) is the code used to create and structure a web page. -
What is HTML used for?
it is used to surround, enclose or wrap the parts or data of a web page so that they appear and act in a certain way -
Why are we learning HTML?
because this is the code we need to understand so that we can create and develop how things look and are structured online. -
What is an HTML tag?
a tag is what we use at the beginning and end (open and close) of the content to form an element -
What is the structure of an HTML tag?
< > to open and </ > to close, some text for exampletext
-
What is an attribute?
an attribute is extra information about the element that you donât want to be visible on the actual web page for example a piece of code that may change a detail about the element. ? -
What is the anatomy of an HTML document?
the anatomy is all the parts of the HTML document that are responsible for the make up, order and wrapping of the matter that makes up the HTML document. ?
Hi Jon,
Sure thing. What section/course is Q7 from?
Thanks
Nevermind! Iâll resubmit now. Thx
1.HTML is a markup language that defines the structure of the content.
2.HTML is used to make content appear or act in a certain way.
3.We are learning HTML so we can create static web pages to later link blockchain programs to.
4. Tags are markups that makes words or an images appear or act in a certain way.
5. Opening tag, closing tag, content and element. And any attributes.
6. An attribute is a extra info about the element that does not appear in content.
7.
headings vary in size h1-h6
text goes here
<img src="abc.jpg">
Welcome to the discussion about the first assignment.
Leave your answers to the questions below in this thread. If you have any questions or you want to discuss something connected to the assignment feel free to do it in this thread as well, but please everything to the topic of HTML!
- What is HTML? It stands for Hypertext Markup Language. HTML is code used to construct a webpage and its content.
- What is HTML used for?
It is used to structure content on a webpage. - Why are we learning HTML?
It will help us interact with the blockchain since it is front-end and smart contracts are back-end. - What is an HTML tag?
HTML tag can make modifications to the content inside the element. - What is the structure of an HTML tag?
It has an element which contains an open tag, content, and closing tag. - What is an attribute?
An attribute contains additional information about the element that you donât want to appear in the actual content. - What is the anatomy of an HTML document?
It is the framework of the entire webpage.
1/. What is HTML. ?
( Hypertext Markup Language ) is the code that is used to structure a web page,& its contents.
2/. What is HTML used for. ?
HTML is used to create web pages.
3/ Why are we learning HTML.?
Its the gateway to programming, & very important to know how the software works, right from the beginning.
4/.What is an HTML tag.?
HTML tag is defined as a set of characters constituting a formatted command for a web page.
5/. What is the structure of an HTML tag.?
HTML structureâŚ
I have tried to post my example, but it doesnât allow me to use HTML language⌠!?
So i will write it , the structure of an HTML tag, opens with an (opening tag, then content,then a closing tag).
6/. What is an attribute. ?
Attributes contain extra information,about the element that you don´t want to appear in the actual content. ( its an attribute ).
7/. What is the anatomy of an HTML document.?
doctype HTML,head,body,meta charset,and title.
The doctype declaration is a must have in your HTML document,you need this because it tells the browser,what version of HTML your page is written in. < ! DOC TYPE html >
1- What is HTML?
HTML is markup language that defines the structure of content of a website
2- What is HTML used for?
Is used to build web pages
3- Why are we learning HTML?
We are to use it in building user interface website, and in coding
4- What is an HTML tag?
The HTML tags are used to customize text, links images, play with the font size
5- What is the structure of an HTML tag?
The structure is called HTML element and is composed from an :
Opening Tag, Content, and Closing Tag example . content
6- What is an attribute?
The attribute contain extra information about the element that we don` t want to appear in the content.
7- What is the anatomy of an HTML document?
Are all the individual elements together that are combined to form an HTML page/document.
7. What is the anatomy of an HTML document?
Indeed sir(s), you can check this example so you can have a better picture on the HTML anatomy: HTML Anatomy example.
Remember you can use the âPreformatted Textâ Button to encapsulate any kind of code you want to show.
function formatText(){
//wow such comment
let words = "I'm a preformatted Text box, Please use me wisely!"
}
Hope this gives you a clear view of the subject, keep learning!
Carlos Z.
Excellent answers sir, well documented! Please keep them like that
Carlos Z.
5. What is the structure of an HTML tag?
hello sir did you forgot to type your answer for this question?
Remember you can use the âPreformatted Textâ Button to encapsulate any kind of code you want to show.
function formatText(){
//wow such comment
let words = "I'm a preformatted Text box, Please use me wisely!"
}
If you have any more questions, please let us know so we can help you!
Carlos Z.
7. What is the anatomy of an HTML document?
Indeed sir(s), you can check this example so you can have a better picture on the HTML anatomy: HTML Anatomy example.
Remember you can use the âPreformatted Textâ Button to encapsulate any kind of code you want to show.
function formatText(){
//wow such comment
let words = "I'm a preformatted Text box, Please use me wisely!"
}
Hope this gives you a clear view of the subject, keep learning!
Carlos Z.
i forgot about that option in the text editor. Thank you for reminding me
-
What is HTML?
Hyper text Markup Language is not a programming language; it is a markup language that defines the structure of your content. -
What is HTML used for?
It is used to structure a web page and its content. -
Why are we learning HTML?
To be able to program websites, and as a introduction to other programing languager such as C++, JavaScript and Solidity -
What is an HTML tag?
Tags mark how the content is displayed. -
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?
<!DOCTYPE html>
â the doctype. It is required preamble.
<html></html>
â the<html>
element. This element wraps all the content on the entire page and is sometimes known as the root element.
<head></head>
â the<head>
element. This element acts as a container for all the stuff you want to include on the HTML page that isnât the content you are showing to your pageâs viewers.
<meta charset="utf-8">
â This element sets the character set your document should use to UTF-8 which includes most characters from the vast majority of written languages.
<title></title>
â the<title>
element. This sets the title of your page.<body></body>
â the<body>
element. This contains all the content that you want to show to web users when they visit your page, whether thatâs text, images, videos, games, playable audio tracks or whatever else.
<body></body>
â the<body>
element. This contains all the content that you want to show to web users when they visit your page, whether thatâs text, images, videos, games, playable audio tracks or whatever else.
<!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>
Ok cool. That makes better sense. Thanks
-
What is HTML?
HTML (Hypertext Markup Language) is a markup language that defines the structure of content on a website -
What is HTML used for?
It is used to build and control the layout of a webpage -
Why are we learning HTML?
All projects need a User Interface. A good UI increases the chances of a project being successful -
What is an HTML tag?
HTML tags are elements that enclose parts of content in order to customise how they appear -
What is the structure of an HTML tag?
A HTML tag consists of an opening tag (e.g.), followed by the content that is being customised, which is followed by a closing tag (the same as the opening tag, but includes a slash in front of the element name, i.e.
). These parts together form an âelementâ -
What is an attribute?
An attribute is extra information that you add to the element that you donât want to be visible in the content. -
What is the anatomy of an HTML document?
!DOCTYPE html, html, head, body, meta charset, and title.
!DOCTYPE html must be present or the document may not work correctly.
- Hypertext Markup Language
- HTML defines the structure of your content being displayed in your computer.
- Because if you need to set up your own web you can do it without paying a programmer. Also its a good skill since every business/apps needs a website.
4.HTML tags are used to enclose, or wrap different parts of the content to make it appear a certain way or act a certain way. It consist a beginning and an ending tag. - Example it starts with and ends with . In consist of several function/ types to alter the content to your desired display like headings, paragraphs, bullet points, list, font type and so on.
- An attribute is is an extra information for the element
7.A basic anatomy of HTML document:
WITHOUT THE SPACE AFTER EACH <
< !DOCTYPE html>
< html>
< head>
< meta charset=âutf-8â>
< title>My test page
< /head>
< body>
< img src=âimages/firefox-icon.pngâ alt=âMy test imageâ >
< /body >
< /html>
-
What is HTML?
Hypertext Markup Language - What is HTML used for?
- it defines the structure of content displayed on your computer
-
Why are we learning HTML?
So that we can build websites to interact with blockchains. -
What is an HTML tag?
HTML tags are used to shape your content or make it act a certain way. -
What is the structure of an HTML tag?
Beginning tag â Content â End 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?
<!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>
What is HTML? Hyper Text Markut Lenguage, is a markup language that defines the content structure, you can enclose or adjust different elements of the content structure so it seems a certain way, it should be understood that it is not a programming language.
What is HTML used for? It is used to structure a web page and its content, tags are used which allow defining the content. Thus, an HTML document will be made up of text and a set of tags to define the function that each content plays within the page. All this will help the browser to know how the text and other elements will have to be presented on the page.
Why are we learning HTML? We need to learn HTML because it is a fundamental part of web standards, in conjunction with other technologies such as CSS or JavaScript. Since this language is the basis for building pages on the Internet, it is important to know it to create our own websites.
What is an HTML tag? HTML tags are snippets of text surrounded by angle brackets <>, which have specific functions and uses and are used to write HTML code. Tags are the way to write HTML code.
What is the structure of an HTML tag? The structure is based on what determines the type of label, these are written enclosed between <> there are generally entry labels and closing labels, the latter is identified in this way </>.
What is an attribute? These are additional values ââthat configure the elements or adjust their behavior in various ways to meet the criteria of the users.
What is the anatomy of an HTML document? Anatomy refers to how an HTML document is made up, it is the elemental or basic form of how it is displayed in a web browser, it consists of DOCTYPE, html, head and body a line that contains information about the html version a header section declarative (delimited by the head element) a body, which contains the actual content of the document. The body can be specified using the body element.