HTML Reading Assignment

  1. What is HTML?
    HTML stands for Hypertext Markup Language and it is a programming language.

  2. What is HTML used for?
    It is used to structure a web page and its content.

  3. Why are we learning HTML?
    It is the basic language needed to be able to code.

  4. What is an HTML tag?
    It is a set of characters that form a command for a web page.

  5. What is the structure of an HTML tag?
    You have the opening tag, in between you have the content and then you have the closing tag. It’s called element.

  6. What is an attribute?
    HTML attributes are special words used inside the opening tag to control the element’s behaviour.

  7. What is the anatomy of an HTML document?
    A line containing HTML version information.
    The HEAD element and a body, which contains the document’s actual content.

1 Like
  1. What is HTML?
    -HTML is a hypertext markup language.**

  2. What is HTML used for
    -It uses for defining the structure of your content on a web page.

  3. Why are we learning HTMl?
    -It is necessary to know how to execute the protocols which we made, to make it alive.**
    Like, I planned to be a sales. I have my product, and everything is ready to go but the only issue is that I don’t know how to sell it. :rofl:

  4. What is an HTML tag?
    -HTML tag is used to create an element.**

  5. What is the structure of an HTML tag?
    -the beginning of HTML tag is , the end of HTML tag is </name of element>**

  6. What is an attribute?
    -An attribute expands the element that men don’t want it be seen in actual content.**

  7. What is the anatomy of an HTML document?
    -We have as follows:**

1 Like
  1. What is HTML?
    Hyper Text Markup Language is the code that is used to structure a web page and its content

  2. What is HTML used for?
    It is used to structure a web page and its content

  3. Why are we learning HTML?
    It is basic knowledge needed to learn in order to progress to javascript, C++ to build a Dapp

  4. What is an HTML tag?
    Is what makes the browser recognize what type of content it has to show and in what way

  5. What is the structure of an HTML tag?
    Opening tag, structure, 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.

  7. What is the anatomy of an HTML document?
    An HTML page always starts with the tag , it has and where all the info needed to the website that won’t appear as a content (title, descriptions, seo, scripts and so on), and finally the where all the content lies.

1 Like
  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? 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? T o display code in a variety of browsers to interact with Blockchain
  4. What is an HTML tag? The enclosing tags can make a word or image hyperlink to somewhere else, can italici s e words, can make the font bigger or smaller.
  5. What is the structure of an HTML tag? Op en i ng - This consists of the name of the element (in this case, p), wrapped in opening and closing angle brackets. This states where the element begins or starts to take effect — in this case where the paragraph begins. Closing - This is the same as the opening tag, except that it includes a forward slash before the element name.
  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? < !DOCTYPE html> , < html>, < head>, < body>, < meta charset=“utf-8”>, < title>, and their corresponding closing tags.
1 Like

What is HTML?
HTML (Hypertext Markup Language).

What is HTML used for?
used to structure a web page and its content.

Why are we learning HTML?
HTML consists of a series of elements, which you use to enclose, or wrap, different parts of the content to make it appear a certain way,

What is an HTML tag?
The enclosing tags can make a word or image hyperlink to somewhere else, can italicize words, can make the font bigger or smaller, and so on.

What is the structure of an HTML tag?

<p>My cat is very grumpy</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?
• — doctype. It is a required preamble. In the mists of time, when HTML was young (around 1991/92), doctypes were meant to act as links to a set of rules that the HTML page had to follow to be considered good HTML, which could mean automatic error checking and other useful things. However these days, they don’t do much and are basically just needed to make sure your document behaves correctly. That’s all you need to know for now.
• — the element. This element wraps all the content on the entire page and is sometimes known as the root element.
• — the 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. This includes things like keywords and a page description that you want to appear in search results, CSS to style our content, character set declarations, and more.
• — This element sets the character set your document should use to UTF-8 which includes most characters from the vast majority of written languages. Essentially, it can now handle any textual content you might put on it. There is no reason not to set this and it can help avoid some problems later on.
• — the element. This sets the title of your page, which is the title that appears in the browser tab the page is loaded in. It is also used to describe the page when you bookmark/favorite it.
• — the 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.

2 Likes
  1. Hyper Text Markup Language. Stealing from i_am_rp, “Hypertext means that it is the text which contains link to other texts and Markup means that the web would be a web of documents was the early thought for the web since the web was primarily used for research documents”

  2. Every webpage utilizes HTML

  3. Foundational-type programming language; e.g., good for beginners and good place to start programming for it’s front-end and backend development bridging

  4. Formatting syntax denoting HTML code

  5. <></>

  6. Next layer of information

  7. Head and body. Works for people; works for webpages

1 Like
  1. What is HTML? ( Hyper Text Markup Language ) that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables
  2. Why are we learning HTML? basics of web devolpment
  3. What is an HTML tag? tags tell the browser we are working in HTML. can make a word or image hyperlink to somewhere else, can italicize words, can make the font bigger or smaller, and so on.
  4. What is the structure of an HTML tag?. A tag starts with an opening , has usually an attribute inside and finishes with a closing
  5. What is an attribute? Attributes contain extra information about the element that you don’t want to appear in the actual content. Here, class is the attribute name and editor-note is the attribute value .
  6. What is the anatomy of an HTML document?
    <html></html>
    <head></head>
1 Like
  1. hypertext Markup Language
  2. a platform for displaying content/ via online
  3. were learning HTML because its a gateway drug to coding cryptos
  4. HTML tags also known as a root element are used for source coding
  5. open (open subject tag closed)
  6. attributes are similar to tags bringing forth relevant information about the subject
  7. The head contains what will be displayed and the body shows what’s on the website
2 Likes

1. What is HTML?
Hypertext Markup Language

2. What is HTML used for?
Used to structure content on a webpage

3. Why are we learning HTML?
To get an understanding of web design and rudimentary programming.

4. What is an HTML tag?
In HTML a tag constitutes the instructions for the presentation or activity of contents on a webpage. It is a formatted command preceding the content of an element.

5. What is the structure of an HTML tag?
(angled brackets enclosing the tag name), followed by the content and then (angled bracket, forward slash, tag name, and closing angled bracket) for example <p> peace </p>

6. What is an attribute?
An attribute is extra information about the element not intended to appear with the content on the webpage.

7. What is the anatomy of an HTML document?
An HTML page must include

  1. <!doctype html> to set rules for the page to follow
  2. <html> </html> which wraps the content of the page
  3. <head></head> which contains all info you wish to associate with the web page, but that you do not wish to present as content, ie keywords, and page description.
  4. <meta charset="utf-8"> sets character set webpage uses to UTF-8 which incorporates most characters in all written language, helping to avoid issues down the road.
  5. <title></title> Sets the title of the page, will appear in the tab it is loaded in and appears when favoriting and bookmarking.
  6. <body></body> contains the main content which will appear on the webpage such as; text, images, audio/video, or games.
1 Like
  1. Hypertext Markup Language
  2. Used for creating a Website / Show information properly on a user interface written in code
  3. Because its the most basic code language (around since 1991/92(?))
  4. A Tag is part of the element and describes/ orders the content what to do.
  5. It has a opening Tag and closing Tag. Opening

    , closing

  6. An attribute contains extra information about the element that isnt appearing on the screen. it s in the (opening) tag
  7. < Opening Tag > CONTENT < /closing Tag > = Element; a HTML always has < html > tag, can have < heads > for title < body > for general content - < a > (for anchor) = embedded links to another website etc
1 Like
  1. What is HTML?
    HTML is a markup language that defines the structure of your content.

  2. What is HTML used for?
    HTML is a code that is used to structure a web page and its content.

  3. Why are we learning HTML?
    HTML is essential if you plan to make your website available to view on the internet. In addition to this we will learn how to make smart contracts interact with websites.

  4. What is an HTML tag?
    A HTML tag is made up of a start and finish tag that contains content that you wish to display on a webpage.

  5. What is the structure of an HTML tag?
    The structure is as follows,

    I love football

    This structure consists of a starting tag,

    the content, “I love football” and the closing tag,


    The whole sequence from start to finish is called the Element
  6. What is an attribute?
    An attribute contains extra information about the element that you don’t want to appear in the content.

  7. 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>
1 Like
  1. What is HTML? Hypertext mark up language
  2. What is HTML used for? It is used to structure and layout the contents of the web page
  3. Why are we learning HTML? In order to understand how the frontend of our application (represented by webpage) can connect and interract with the block-chain
    in an application.
  4. What is an HTML tag? HTML Tag is used in the source codes to describe / specify the beginning and end of an HTML element
  5. What is the structure of an HTML tag? Starts with <start> and ends with </start>
  6. What is an attribute? An attribute gives the contents its characteristic and tells the browser how to interpret the HTML element
  7. What is the anatomy of an HTML document?
    Has the following structure parts:
    DOCTYPE
    HEAD
    BODY
1 Like
  1. What is HTML? Hypertext mark up language
  2. What is HTML used for? It is used to structure and layout the contents of the web page
  3. Why are we learning HTML? In order to understand how the frontend of our application (represented by webpage) can connect and interract with the block-chain
    in an application.
  4. What is an HTML tag? HTML Tag is used in the source codes to describe / specify the beginning and end of an HTML element
  5. What is the structure of an HTML tag? Starts with and ends with
  6. What is an attribute? An attribute gives the contents its characteristic and tells the browser how to interpret the HTML element
  7. What is the anatomy of an HTML document?
    Has the following structure parts:
    DOCTYPE
    HEAD
    BODY
1 Like
  1. HTML is the code that is used to structure web page and its content.
  2. HTML is a markup language that defines the structure of your content.
  3. This is basic programmer knowlegde that every developer needs to know or at least have idea of what it is .
  4. The HTML Tags can make a word or image hyperlink to somewhere else, can make the font bigger or smaller , can italicize words.
  5. It has Opening tag , Closing Tag , The content and The element .
    So Opening tag is consist the name of the element wrapped in opening and closing angle brackets . This states where the element begins or start to take effect.
    Closing tag is same as the opening tag , except that includes forward slash before the element name . This states where the element ends.
    The element comprise the opening , the closing and the content together .
  6. The attribute contain the extra information about the element that you dont want to appear to the actual content.
  7. Doctype , Head , Body
1 Like
  1. hypertext markup language.
  2. HTML is used to design webpages that can display text, images, links
  3. We are learning HTML so we can understand the language we use to communicate with computers.
  4. An HTML tag issued to begin a new element on a webpage.
  5. The structure is

    my cat is very grumpy

  6. Attributes contain extra information about the element that you don’t want to be seen on the actual webpage.

my cat is very grumpy

7. first is the doctype then heading then body
1 Like
  1. What is HTML?
    -Hypertext Markup Language

  2. What is HTML used for?
    -Structuring a web page

  3. Why are we learning HTML?
    -Setting up websites for users to interact with smart contracts on

  4. What is an HTML tag?

  • to make up of all the contents on one page.
  1. What is the structure of an HTML tag?
  1. What is an attribute?
    -Info of an element that you don’t want to appear on the web page for users to see.

  2. What is the anatomy of an HTML document?

  • A document made up of the different html codes forming the web page.
1 Like
  1. HTML stands for Hypertext Markup Language and the code is used to structure a webpage.

  2. HTML defines the structure of all the content on your webpage

  3. We are learning HTML because it is one of the most basic and fundamental concepts of programming with computer technology

  4. An HTML tag dictates how content will function or appear by wrapping certain code within it

  5. The structure of HTML tag is as follows: Opening Tag - Content - Closing Tag = This is the element

  6. An attribute is extra info that can be hidden within tags and is not visibile to the webpage user.

  7. The anatomy of an HTML document is as follows:
    A -
    B - wraps all content
    C - non-apparent content to the user
    D - includes vast majority of written language characters
    E - provides a title for the webpage
    F - element which contains all of the content on the webpage

1 Like
  1. HTML is Hypertext Markup language.
  2. HTML is used to program and display formatted content on a web page.
  3. HTML offers a good foundation
  4. A tag marks the beginning and end of a section
  5. <p> </p>
1 Like
  1. What is HTML?

HTML stands for hyper text markup language

  1. What is HTML used for?

It’s the code that’s to structure webpages.

  1. Why are we learning HTML?

To function as the frontend for our backend blockchain programs.

  1. What is an HTML tag?

They wrap content using an opening tag and a closing tag that treat the element a certain way. Together, they comprise an “element”.

  1. What is the structure of an HTML tag?

content </closing tag>

  1. What is an attribute?

Attributes contain extra information abt the element that don’t appear in the actual content

Ex:

My cat is very grumpy

  1. What is the anatomy of an HTML document?
  • was originally made to act as a link to a set of rules that allowed it to do diff functions like automate error checking. Now it serves to make sure the doc behaves correctly
  • aka root element and wraps all the contents
  • container for stuff that isnt shown to web viewers (keywords, page description, etc)
  • allows it to handle any type of textual content
  • Sets the title page for when it appears in the browser and its details in a bookmarks tab
Contains all content that u want available to web users
1 Like
  1. Code that is used to structure a web page and its content.

  2. Used for creating websites.

  3. Learning HTML because it is a good baseline starting point. It is the most basic, and will be used to transition into and understand the next level of script/programming.

  4. A tag in an element, or a command that directs or arranges text in a specific way on a web page… ?

  5. Opening tag —> content —> Closing tag = Element

  6. Extra information about the element that doesn’t appear in the actual content.

  7. DOCTYPE
    html
    head
    meta
    title
    body

Don’t know why it won’t display in the actual format…

<!DOCTYPE html>
<html></html>
<head></head>
<meta charset="utf-8">
<title></title>
<body></body>
1 Like