- HTML is a markup laguage" meaning a language that reads functions on a page that is invisible to the viewer, and then it executes commands via these functions
- Bind together content, or elements, to make it do certain things or act in a certain way
- To be able to create web-pages that can act collaborate with the blockchain programming later on, and also to show something concrete to others that do not understand javascript or programming language
- Either the opening o closing of an element. It tells the element what to do.
- Opening tag, the content, the closing tag
- Gives more infrmation about an element
- In an enclosing order; html, head, meta, title
HTML (Hypertext markup language) is markup language which consists of a series of elements
HTML is used to structure a web page and its content so as to display the information in a user friendly way
HTML is the basis for programming and is used on nearly all sites and platforms on the web
A tag is the opening and closing instructions for elements
...........
or .............. for example Attributes contain extra information that you don't want to appear in your actual content The anatomy of an HTML document is essentially a collection of elements encompassed by specific tags which outline their instructions
-
What is HTML? - HTML is a hypertext markup language
-
What is HTML used for? - It is usually used for enclosing, or wraping, different parts of the content to make it appear, or act a certain way.
-
Why are we learning HTML? To get some basic understanding of coding.
-
What is an HTML tag? - HTML tag is a code that is letting browser know where the beginning and ending is to any specific order.
-
What is the structure of an HTML tag? - Depending on the code that we want to input, some tags may be different but most of them have a opening tag and closing tag. Opening tag consists of 2 angle brackets : one “more than” and one “less than” with a letter in between for example “p” and we would get “< p >” ( but they would need to be with no space in between, I am just writing it like this so that it would appear in this text ) , and closing tag that consists of 2 angle brackets like opening tag and letter, but this time we add a slash that is saying to the browser " end of phrase" it looks like this " < / p >".
-
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? - It is a specific way in which the document is designed. Anatomy is mostly useful for the coder and the web browser that should display the document.
- What is HTML?
HTML is the code that is used to structure a web page and its content. Its full name is hyper text markup language.
- What is HTML used for?
HTML is the code that is used to structure a web page and its content.
- Why are we learning HTML?
Several reasons come to mind. (a) Seeking employment in a web based industry will most certainly require prior understanding of static internet(html), web 2.0(java) and of course Web3.0
- What is an HTML tag?
A Tag “< >” is used to create and element and allows the developer to make a word or image hyperlink somewhere else, can italicize words, can make the font bigger or smaller, and so on. Within the brackets you can specify “p” for paragraph or “b” for bold and of course many other details about the forthcoming content.
- What is the structure of an HTML tag?
open tag with < p > and after the content you close the paragraph with an added slash eg < /p >
(spacing is for viewing purposes only, actual tags have no spaces)
- What is an attribute?
Attributes allow the developer to insert information about the element without having it appear in the in the output.
- What is the anatomy of an HTML document?
Open Root Element < html >
Heading < head > < /head>
Body < body > < /body >
Close Root Element < /html >
however you can have many more elements within the root element on one page. this is just the basic structure.
- it’s a system that works as an app for a programming language.
- it’s used to make things on screen look different way.
- We will need it to create web pages for our smart contracts
- these are commands that we use to make things look certain way.
5 name of the element wrapped in angle brackets - a command that hides the information about the element that you don’t want to appear
- a number of commands that are put in certain order to form an HTML page
- What is HTML?
HyperText MarkUp Language. Defines the structure of a Website - What is HTML used for?
Used for any kind of Websites. Is a protocol that - Why are we learning HTML?
As a basic for further Blockchain development - What is an HTML tag?
Shows the Browser in what kind of content it is and how it should be displayed - What is the structure of an HTML tag?
Content </CLOSED TAG> - What is an attribute?
Defines any kind of property of a given Tag - What is the anatomy of an HTML document?
- HTML is a markup language
- It is used to structure websites; it’s layout and format
- We are learning it because some uses of the blockchain involve having a traditional website linked to decentralized blockchains. It is also of course a good foundation for learning Javascript and more complex languages
- An HTML tag, serves as starting or ending point for elements.
- Opening tags need two angled brackets with the name of the element such as “< p >”. A forward slash is used for closing the elements (< /p >) (without the spaces)
- An attribute provides additional information about the element without modifying the content
- An HTML document contains:
- The preamble : < !DOCTYPE html >
- The element < html > enclosing the whole page
- The element < head > containing information not to be shown to viewer
- The element < title > being the title
- The element < body > containing the content of the webpage
- What is HTML
HyperText Markup Language used to change the visuals on a webpage.
- What is HTML used for?
It’s a Markup Language used customize a page. Text, Fonts, Sizes, Boxes, Headers, Body and in general structure.
- Why are we learning HTML?
To build GUI to represent our dapps
- What is an HTML tag?
It’s how a structure wrapping starts and ends
Blockquote <> starts. </> ends
- What is the structure of an HTML tag?
Blockquote
Paragrapgh
- What is an attribute?
Attribute are extra information about a class
- What is the anatomy of an HTML document?
Starts with DOCTYPE HTML tag
And indents for every body, header, paragraph tag to follow proper coding
- What is HTML?
- HTML (Hypertext markup language) is a markup language which makes it possible to structure home pages the way you want it to be shown.
- What is HTML used for?
- Programming homepages to be view as we want it to.
- Why are we learning HTML?
- Because of the possibilities to code webpages. It’s a simple language to learn, and is widely adopted throughout the world and is today the standard for most webpages.
- What is an HTML tag?
- It defines the start and the end of the HTML.
-
What is the structure of an HTML tag?
<> -->. </> -
What is an attribute?
- An attribute provides extra info for the element.
- What is the anatomy of an HTML document?
- What is HTML?
HTML is a markup language that defines the structure of a web page’s content. - What is HTML used for?
HTML is used to structure a web page and it’s content. - Why are we learning HTML?
We are learning HTML because blockchain works on the backend and HTML helps with front end for users. - What is an HTML tag?
An HTML tag is the opening and closing of an element. - What is the structure of an HTML tag?
The structure of an HTML tag is an opening tag and closing tag. - What is an attribute?
An attribute is an identifier of an element that does not appear in the content. - What is the anatomy of an HTML document?
The anatomy of an HTML document is, document type, html element, head element, mete element, title element and body element.
- What is HTML?
HTML stands for HyperText Markup Language and is a Markup Language (not a programming language). HTML is the language of web pages. - What is HTML used for?
For marking up text and structuring web pages, It’s the skeleton of the pages. - Why are we learning HTML?
To build UIs for smart contracts. - What is an HTML tag?
- What is the structure of an HTML tag?
Opening tag, content and closing tag. - What is an attribute?
Attributes are used to givs extra information about elements, such as URLs for a link in an anchor element . - What is the anatomy of an HTML document?
DOCTYPE html
html
head /head
body /body
/html
The head tag contains metadata about the page, and the body tag contains the actual content.
(I tried to write real tags but html messed it up)
1. What is HTML? HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content.
2. What is HTML used for? HTML consists of a series of elements that you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way.
3. Why are we learning HTML? We are learning HTML so that we can demonstrate our knowledge of solidity and smart contracts to potential clients.
4. What is an HTML tag? HTML tags are the hidden keywords within a web page that define how a web browser must format and display the content.
5. What is the structure of an HTML tag? An HTML tag contains and opening tag and a closing tag
6. What is an attribute? Attributes contain extra information about the element that a programmer doesn’t want to appear in the actual content.
7. What is the anatomy of an HTML document? The anatomy of an HTML document includes the following: document type, html element, head element, meta element, title element and body element.
- A language that puts your website into shape
- To build websites so that your content gets properly displayed
- Because websites are used to interface with crypto
-
it makes the text look specialor maybe not maybe I’m confused with formatting - < tag > content < /tag > without spaces
- some kind of sticker for code apparently
- It starts with some old code (the doctype thing) then html,you need to specify the characters you’ll be using in your text, then head, /head, body, /body, /html
-
It is the markup language that defines the structure of your content. HTML is short for HyperText Markup Language.
-
HTML is used to create pages that are displayed on the World Wide Web. Each page contains a series of connections to other pages called hyperlinks.
-
HTML is the basic language used for web pages, it represents the contexts of your website code.
-
The tag represents the root of an HTML document. The tag is the container for all other elements, except for the <!DOCTYPE> tag.
-
Opening tag … closing tag
-
An attribute provides extra information for the element.
- .... ....
-
Hypertext Markup Language
-
It is used to define the structure of the content that you write. HTML is used for any website to create the fundamental structure of a page, containing text, links, structure, images etc.
-
We are learning HTML because it is the fundamental code in any website or application.
-
A HTML tag is something that contains the text. It starts with an opening tag and ends with a closing tag . The HTML uses standard tags that can be used for any structure-building in a website.
-
The structure of a HTML tag is for example a body-tag. Opening tag and a closing tag with the content in between.
-
An attribute is used to define specific features within the tag.
-
Opening HTML tag - Opening Head tag - Closing Head tag - Opening Body tag - Closing Body tag - Closing HTML tag.
7. What is the anatomy of an HTML document?
Indeed sir(s), you can check this example i post days ago so you have a better understanding on the HTML anatomy: HTML Anatomy example.
Hope this gives you a clear view of the subject, keep learning!
Carlos Z.
Hello sir, i just see a lot of dots on your answers, maybe you want to redesign it?
If you have any doubt, please let us know so we can help you!
Carlos Z.
-
What is HTML?
Hypertext Markup Language -
What is HTML used for?
It is the protocol used for presenting the structure of elements and content to be presented in a webpage. -
Why are we learning HTML?
Because this is the underlying protocol used to present information on the internet. -
What is an HTML tag?
It indicates when an element starts and ends on a webpage -
What is the structure of an HTML tag?
It usually starts with an opening tag - the name of the element eg X - surrounded by angle brackets < and ends with a closing tag </ surrounded by angle brackets. -
What is an attribute?
It is an attribute to be applied to that element eg style of writing, colour, etc. It starts with a space after the element or previous attribute, the name of the attribute followed by = and then has a value added to that attribute surrounded by ". All this within the angle brackets of the element. -
What is the anatomy of an HTML document?
A typical anatomy:the doctype.(html) used to ensure the page behaves as it should
(html) the root element wraps the content of the entire webpage
(head) keywords and page descriptions not to be shown on the page itself but
useful for eg SEO CSS styles etc(meta) eg charset=“utf-8” an element attribute that could be used to set the character of
your document as it includes most characters from most written languages(title) the title that appears in the browser tab which aslo desribes the page when
it’s bookmarked(body) element that contains all the content to be presented on the webpage
seen by web users - text images links etc
4. What is an HTML tag?
Hello sir, did you forgot to type the answer?
If you have any doubt, please let us know so we can help you!
Carlos Z.
Thank you for the thumbs up, it means alot as a support to see in the beginning that we are on the right track…