1- HTML is a code, a markup language.
2- It is used to structure a web page and its content.
3- To learn how to build web page that can interact with smart contract.
4- Is the name of the element, wrapped in opening and closing angle brackets. This states where the element begins or starts to take effect and where the element ends.
5- Opening and closing angle brackets. The closing tab includes a forward slash before the element name compared to opening tab does not.
6- Attributes contain extra information about the element that you donât want to appear in the actual content.
7-
-
What is HTML?
Itâs the language used to structure a webpage. Everything from text, images, links etc -
What is HTML used for?
Itâs for creating and formatting basic websites -
Why are we learning HTML?
We need to learn basic concepts so we can create front end applications to connect to the block chain. These concepts will also help in understanding and using other programming languages like C++ and solidity -
What is an HTML tag?
They are part of an element, (beginning and end) these codes well have the element do different things -
What is the structure of an HTML tag?
Beginning tag has <>, the end tag has </> (I accidently did that in italics) -
What is an attribute?
It allows you to create hidden codes with extra information, you can use this to apply the same formatting across the webpage by assigning a non-unique name. -
What is the anatomy of an HTML document?
document type and the following elements html, head, character type, title, body
- HTML is a markup language that defines the structure of content.
- It is used to structure web pages and their content.
- It is required to have a base to connect the dapps with web pages.
- HTLM tag defines the start and end of content in HTML.
- < p >x< /p >
6, An attribute is additional information for the element that is not visible on the actual content. - Individual elements that combined will create an HTLM page.
-
What is HTML?
It means HyperText Markup Language and is the code that is used to structure a web page and its content. -
What is HTML used for?
To structure a web page and make the elements act or appear in a certain way -
Why are we learning HTML?
I think it is one of the basic steps to start incorporating the coding language and to build a front end that will interact with the user and the smart contracts. -
What is an HTML tag?
A tag is used for creating an element. -
What is the structure of an HTML tag?
The name of an HTML element is the name used in angle brackets such asfor paragraph. The end tagâs name is preceded by a slash character
. In empty elements, the end tag is not required. -
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?
The anatomy is the following:
document type and the following elements html, head, character type, title, body
- beetroot
- Garlic
- potato
- Radish
Finally clicked on Atom. Easy to go in circles.
<body>
<li>Beet</li>
<li>Garlic</li>
<li>Potato</li>
<li>Rutabaga</li>
</ol>
</body>
- Beet
- Garlic
- Potato
- Rutabaga
1-2. Hypertext Markup Language is a code that use for structure web page and content
3. HTML is a skeleton of the web page
4. HTML tag is an element that define the property of each content
5. it has opening tag, content and closing tag
6. attribute is an extra information of the element that you donât want to show it
7. html / head / body
- What is HTML?
Hypertext Markup language
2 What is HTML used for?
Itâs used to structure the content of a website - Why are we learning HTML?
To have a basic knowledge about how a website is built - What is an HTML tag?
Elements that define the text structure
5.What is the structure of an HTML tag
opening tag, content ,and closing tag
of a paragraph (text) - 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?
1. What is HTML?
Itâs HyperText Markup Language.
2. What is HTML used for?
HTML is used to create the primary structure of websites.
3. Why are we learning HTML?
We are learning HTML to build the interface to interact with the blockchain.
4. What is an HTML tag?
An HTML tag is used to grant a specific attribute to the text, image or paragraph structure.
5. What is the structure of an HTML tag?
An opening and closing such as (text goes here)
6. What is an attribute?
Attributes contain extra information about the element that you donât want to appear in the actual content.
7. What is the anatomy of an HTML document?
An HTML document is composed of the following:
- a line containing HTML version information,
- a declarative header section (delimited by the HEAD element),
- a body, which contains the documentâs actual content.
-
HTML (Hyper text markup Language) is the code that is used to structure a web page and its content.
-
HTML is used to program websites with a fixed content.
-
we are using HTML for web development which will enhance our coding for blockchain development.
4.HTML tag is part of an element.
5.THe structure of an HTML tag?
The opening tag, the closing tag, and the content together comprise the element:
content
-
Attributes contain extra information about the element.
-
Wraps up the individual HTML elements to form an entire HTML page: <! D0CTYPE html>,doctype> - which sets the rules for the HTML page to follow
html> - wraps the content of the page
head> - contains the contents of the page ( text, images, videos, etcâŚ)
body> - âutf-8â> - character set of the document, handeling textual content
title> - sets the title of the page, which appears in the browser tab
HTML is a basic form of coding, also known as hypertext markup, which is identifiable by the way it uses a series of modifiable elements which makes content appear in the desire manner.
HTML is used to build websites. It can display an array of contents including text, images and website structure.
HTML is a good foundational structure to begin with to learn the basics of coding and how to use basic elements. If you are able to handle the basics of HTML and web page building, its a good starting platform to developing more complex pieces of code.
The tag essentially dictates to the element how itâs going to behave. The tag consists of a code word inside angular brackets at the beginning and the end of the code line.
The structure is essentially the command inside two angular brackets such
with the element in between and ending with a closing bracket
with a forward slash to signify the end of the element.Attributes contain extra information about the element that you donât want to appear in the actual content. It can act as an identifier which allows you to mass target and modify lines of code which have the same attribute.
The anatomy of a HTML document is the code it needs to display whatever is require in the web browser. Basic structures such as make up the skeleton of the HTML anatomy.
- HTML = Hypertext Markup Language is a code.
- HTML is used to structure a webpage and its content.
- So that we can create a webpage.
- The HTML tag is used to create an element.
- The structure of the HTML tag is the name of the element (in the example, p), wrapped in opening and closing angle brackets . There is both an opening and closing tag to complete the structure of the element.
6.Attributes contain extra information about the element that you donât want to appear in the actual content. - The anatomy of an HTML document includes doctype, html element, a head element, an element that sets the character set of the doc, a title element and a body element.
-
What is HTML?- Hypertext Markup Language
-
What is HTML used for?- itâs a language that defines the structure of your content. It will
make it appear or act a certain way. Used to structure a webpage and its content. -
Why are we learning HTML?- we are learning HTML because it will help us build websites.
And the websites can and will communicate with smart contracts on a blockchain. -
What is an HTML tag?- used to create an element. It consists of the element name in
brackets. -
What is the structure of an HTML tag?- Opening Tag, Content, Attributes, Closing Tag
-
What is an attribute?- extra information about the element that you donât want to appear in
the actual content. -
What is the anatomy of an HTML document?- Doc Type HTML, HTML, , UTF 8, and
- Hypertext Markup Language
- HTML is used to define the content on the web page
- We need to learn HTML in order to represent the contents on the front end and by adding interactivity by using JS that will interact with the smart contracts
- Tags used to define how browser will present our code on the web page
- Opening tag and closing tag. For example paragraph
<p>Hello World!</p>
- Attributes are modifiers for a HTML elements and used inside of opening tag to control the elements behavior. Example
<div class="[value]" id="[value]"></div>
- Structure of the code. Standard for any HTML code is
<html>
<head>
<meta charset="utf-8">
<title>Blockchain</title>
</head>
<body>
<img src="images/firefox-icon.png" alt="My test image">
<p>Hello World!</p>
</body>
</html>
-
What is HTML?
HTML stands for Hypertext Markup Language. It defines the structure of a webpage and itâs content. -
What is HTML used for?
HTML is used to structure the webpage and its contents. -
Why are we learning HTML?
We are learning HTML as it is fundamental knowledge when it comes to webpages/coding. From learning this can help us further understand other languages such as Javascript. -
What is an HTML tag?
A HTML tag is used for creating an element, usually at the start and end (opening and closing tag) -
What is the structure of an HTML tag?
Opening Tag consists of the name of the element wrapped in angled brackets <>. The closing tag is the same expect includes a forward slash stating that this is where the element ends </> -
What is an attribute?
Attributes contain extra information about that element that donât appear in the actual content. -
What is the anatomy of an HTML document?
The anatomy of a HTML document is a combination of individual elements that are combined to form the entire HTML page. These elements are:
Doctype HTML
- What is HTML?
HTML is Hypertext Markup Language, the basic language to built a website - What is HTML used for?
HTML is use to built a website - Why are we learning HTML?
HTML is the basic language you need to learn before to start Javascript and on your long way to be a good developper - What is an HTML tag?
tag help to define the element - What is the structure of an HTML tag?
< > < / > - What is an attribute?
Attribute is extra informations in the element you donât want to show on the website - What is the anatomy of an HTML document?
The anatomy is composed of : Doctype html, html element, head element, meta carset attribute, title element, body element.
- Hypertext Markup Language that defines the structure of your content.
- It is used for building a websiteâs structure.
- It is a basic language that any developer should know. It is used for all websites so it is very important to learn as a foundation for developers.
- A tag is what tells the browser the element type and where it goes among other things.
- It contains the tag name in brackets at the beginning and the same thing at the end except with a backslash right before the tag name.
- An attribute contains special features about the element that you donât want in the actual content.
- Individual elements and nested within eachother combined to make an HTML document.
example:
<html>
<head>
<meta charset="utf-8">
</head>
<title>HTML Basics</title>
<body>
...
</body>
</html>
Had to read it 2x to sink in. Any feedback would be appreciated.
- HTML stands for Hypertext Markup Language. It is the basis of web language that defines the structure of the content.
- Itâs used when creating a website.
- It is the predecessor of JavaScript, C++ , which will tie together into language.
- I believe itâs to make a word or image hyperlink to somewhere else, can italicize words, can make the font bigger or smaller, and so on.
- Usually consist of open tag, content, closing tag & element.
- Additional information tied to the element. It can carry some value to effect. But not actual shown in your content your creating.
- Consist of elements all combined to form the entire page.
.Doctype. html. meta charset. head. body. images. body. html.
- What is HTML?
Hyper text markups language. - What is HTML used for?
HTML is the basic language to built a website. - Why are we learning HTML?
we are learning HTML to help us on our long way to be a good developer. - What is an HTML tag?
HTML tags identify the element - What is the structure of an HTML tag?
< html> open tag. , close tag - What is an attribute?
An attribute is when you have something in the element you donât want to show on the website. - What is the anatomy of an HTML document?
Doctype element , html element , head element ,meta carset attribute ,title element , body element
-
What is HTML? Hyper Text Markup Language
-
What is HTML used for? HTML is a markup language used to define content such as text, images, and links on a static web page.
-
Why are we learning HTML?
-
What is an HTML tag? HTML Tags are used for creating elements. Tags are represented by
for the beginning of a tag and a
for closing a tag. -
What is the structure of an HTML tag? Opening tag, content, closing tag and the entirety is an element
-
What is an attribute? Attributes are extra information about the element that you donât want to appear in the actual content. Attributes are represented by a attribute name followed by an equals sign. The Attribute value is represented in quotation marks â#â.
-
What is the anatomy of an HTML document?
The Anatomy of an HTML document as follows:
<html></html> Root element, it wraps the entire content on the page
<head></head> Head elements 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. This includes things like keywords, and page descriptions.
<meta charset="utf-8"> This element is responsible for which character sets your document uses.
<title></title> This element sets the title of your page. It also is the title on your browser tab and is the default title on a bookmarked page.
<body></body> The body element contains <all> the content that you want to show to web users when they visit your page. It could be text, images, videos, games, playable audio tracks, or anything else.