HTML Reading Assignment

What is HTML?
HTML or Hypertext Markup Language is the language used to structure a Webpage and it’s contents.

What is HTML used for?
HTML is broadly used on the construction of websites, since it has all it’s commands, instructions, styling, …, are the same, so all browsers are able to read them.

Why are we learning HTML?
Since all DAAP’s are web-based and need to be interactive, knowing the basis of webpage development is almost a “must”.

What is an HTML tag?
An HTML tag is used to define what is going to be shown:

  • paragraph
  • image
  • table
  • headings
  • sources
  • ...
  • What is the structure of an HTML tag?
    In a HTML tag, we have an opening <>, “Content”, and then we close it </>.
    The only exception to this rule is in the <img>, where we only need to open it - this are also called Empty Elements.

    What is an attribute?
    Attributes are extra information that are previously programmed and can be called upon an element. They are composed by 2 sections, “Class” and “Value”, always joined by the character “=”

    What is the anatomy of an HTML document?
    An HTML document is composed by 2 main sections:

  • Header: where are the formatting of the page is defined and called
  • Body: Content of the Webpage
  • 1 Like

    What is HTML? A markup Language that defines the structure of the content and make it appear and act in a certain way
    What is HTML used for? HTML is used to create web pages
    Why are we learning HTML? We are learning HTML so that we understan how web development works. Web pages are used as the front end of a smart contract app.
    What is an HTML tag? A tag defines how content on a webpage behaves.
    What is the structure of an HTML tag? content
    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 of an HTML document starts with

    Then the element that encases all the html and elements that make the head , and body of a webpage.
    1 Like
    1. HTML is an acronym for Hyper Text Mark-up Language.
    2. HTML is used to define and provide structure to web page content.
    3. We are learning HTML so that we can understand web development, and have familiarity with other coding languages, which are prerequisites for building dApps.
    4. An HTML tag is used to create an element, and essentially instructs how the content should be viewed, whether words or images are hyperlinks, etc.
      5.An HTML tag is structured with a descriptor between angled brackets, for example from the text,

      = paragraph). And, usually has an opening and closing (from the text

      end of paragraph)
      6.An attribute is a way of providing additional information about an element (content defined or contained/described by tags), that you don’t actually want visible in the finished web content.
      7.The anatomy of an HTML document is, content, structured by tags, which create elements, and a series of combined individual elements create an HTML document/web page.
    1 Like
    1. HTML is a markup language that defines the structure of content in a web page.
    2. HTML is used for structuring a webpage’s content.
    3. HTML is a pre-requisite for JavaScript, as it dictates the structure of a webpage.
    4. Tags are used to markup the start and the end of an HTML element. Tags are also used to specify hypertext links.
    5. An opening and a closing tag.
      6 HTML attributes contain extra information about HTML elements that don’t appear in the actual content.
    6. Head & Body elements.
    1 Like

    Elizabeth 1

    1. HTML is Hyper Text Markup Language, a kind of code.
      2.HTML is used to define the structure of a web page which may have paragraph content with a list of images and data tables, as well as billeted points.
    2. Knowledge of HTML can save a developer time and money. It introduces basic programming language which leads to writing a simple web page.
    3. An HTML tag is markup language that helps define the structure of the content of a web page.
    4. The structure of an HTML tag consists of the opening tag

      ; content; <|p> closing tag.

    5. An attribute is added information about the element which you may or may not wish to have appear in the content.
    6. The basic anatomy of an HTML document consists of two elements which are the Head element that provides page title and general page formatting commands, while the Body element must be incorporated as the main HTML text in that part.
    1 Like
    1. HTML stands for Hypertext Markup Language. It describes how the contents of a webpage is displayed.
    2. it ensures contents in a webpage is displayed property, as intended
    3. becuase it is the most basic kind of coding and should be learnt as it will give context for coding in other software projects.
    4. a tag helps the browser understand what to display and how to do so
    5. starts with and ends with
      6.an attribute is additional properties regarding the content that is within a tag
    <html>
       <head>... </head>
       <body>...</body>
     </html>
    
    1 Like
    1. HTML (Hypertext Markup Language) is the code that is used to structure a webpage and its content.

    2. It is used to build website structures and the website content.

    3. To learn how to build a website. In dapps, most often than not we have to create a front-end interface for users to interact with the smart contracts/protocols.

    4. A HTML tag is a markup that is used to enclose the content with a series of elements/style.

    5. The structure consists of an opening tag < >, content, and a closing tag < / >.

    6. An attribute contains extra information about the element that you don’t want to appear in the actual content.

    7. The anatomy consists of Doctype, the element, the , the and the .

    2 Likes

    1- HTML or hyper text mark up language is code that is used to build the structure and content of static of websites. It is comprised of multiple elements to do this.
    2- The building of the structure that holds the content of a website.
    3- To learn how to build a web page to be able to construct the front end of a project as well as general web development.
    4- An html tag allows for the wrapping or enclosing of what ever the pages content is. It facilitates for the style and specifics of the contents of the page.
    5- The structure consists of and opening tag <>, content, and closing tag </>.
    6- An attribute gives extra information about an element that doesn’t show up in the content itself.
    7- <.!DOCTYPE html>
    <h.tml>

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

    HTML Reading Assignment:

    Q1: What is HTML?
    A: Hypertext Markup Language is the code used to structure web pages and their contents. HTML consists of a series of elements, which are used to enclose, or wrap, different parts of the content to make it appear a certain way, or act in a certain way.

    Q2: What is HTML used for?
    A: HTML is used to define the structure of your content.

    Q3: Why are we learning HTML?
    A: We are learning HTML so that we can be able to control and structure the content and presentation of our web pages.

    Q4: What is an HTML tag?
    A: A HTML tag is a part of an element that identifies the beginning and end of an element.

    Q5: What is the structure of an HTML tag?
    A: The structure of an opening tag consists of the name of the element wrapped in opening and closing angle brackets, I.e; < >. The structure of a closing tag is the same except that it includes a forward slash before the element name. I.e; </ >.

    Q6: What is an attribute?
    A: An attribute contains extra information about the element that you DON’T want to appear in the actual content.

    Q7: What is the anatomy of an HTML document?
    A: The anatomy of an HTML Document consists of individual elements combined to form an entire HTML page.

    1 Like
    1. HyperText Markup Language—It is the
      language that is used to tell your web
      browser what each piece of the website is.
    2. It is a series of elements that allows a
      programmer to enclose different parts of
      the content to make it either appear a
      certain way or act a certain way.
    3. It is one of the most common forms of
      code in the world, and is used on almost
      every existing web page. HTML, CSS,
      and JavaScript form the basis of front-end
      web development.
    4. An HTML tag is a piece of code that
      defines every structure on an HTML page
      including the placement of text, images,
      and hyperlinks.
    5. A tag begins with the “less than” angle
      bracket, and ends with the “greater than”
      angle bracket. A closing tag also includes
      a forward slash before the element name.
    6. An attribute contains additional information
      about the element that a programmer does
      not want to appear in the actual content. It
      should always have:
      —a space between it and the element
      name, or the prior attribute, if any;
      —the attribute name followed by an
      equal sign; and,
      —the attribute value wrapped by
      opening and closing quote marks.
    7. The basic structure of an HTML document
      is known as the Document Object Model
      (DOM). This includes:
    1 Like
    1. What is HTML?
      Hypertext Markup Language (HTML) is a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.

    2. What is HTML used for?
      HTML is the code that is used to structure a web page and its content. Content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables.

    3. Why are we learning HTML?
      We are learning HTML to gain an understanding of web development which is required for Dapps and smart contract development.

    4. What is an HTML tag?
      An HTML tag is the collection of start tag, its attributes, an end tag and everything in between.

    5. What is the structure of an HTML tag?
      The opening tag, the closing tag, the content, and the element.

    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?
      This consists of doctype, the element, the element, , the element, and the element.

    1 Like
    • What is HTML?

    HTML stands for hypertext markup language. It is the standard language for displaying text, pictures, videos and other content on websites

    • What is HTML used for?

    It it used to structure a website and its content

    • Why are we learning HTML?

    It is to create a basic website so we can interact with smart contracts

    • What is an HTML tag?

    It is used to create an element on a webpage. It can contain text, images, links and other content.

    • What is the structure of an HTML tag?

    Opening tag, content, then closing tag

    • What is an attribute?

    Attributes are extra functions for an element to provide greater enhancement of the element

    • What is the anatomy of an HTML document?

    The anatomy of an HTML document is how all the elements are combined to create a website. ie a doctype, header and body. an opening html tag, header and body element, then closing html tag

    1 Like

    1 Hypertext markup language
    2 To structure web pages
    3 as a starting point of code, so we can create web pages and stuff
    4 markers to tell the words what to do
    5 the name of the element wrapped in opening and closing angle brackets
    6 extra information you don’t want in the content
    7[

    <! doctype html>
    <html> </html>
    <head> </head>
    <meta charset="utf-8">
    <title></title>
    <body> </body>]
    
    1 Like
    1. HyperText Markup Language
    2. Creating simple web pages.
    3. To understand how web pages is created and how it is possible to interact with them.
    4. HTML tag tells browser to some action with related text or parametrs.
    5. text or
    6. text, linked library
    1 Like
    1. HTML stands for HyperText Markup Language
    2. HTML is used to create simple web sites
    3. We are learning HTML to learn the basics of coding and get comfortable with the basics in order to achieve higher levels with more confidence
    4. An HTML tag dictates the structure of the contents of an element, it can make paragraphs, bold, italicize, insert pictures, links, and so on.
    5. An HTML tag usually has an opening and closing tags which are structured as follows

      and

      for a paragraph’s opening and closing tag, respectively.
    6. An attribute is written inside an element and contains additional information regarding the element that does not appear on the actual content.
    7. The anatomy of an HTML document starts with the <!doctype html> to minimize problems followed by an opening tag then the title tags, the head tags, and body tags, basically how you like your web page to look then all tags are closed accordingly then closed by the closing tag.
    1 Like
    1. It is the building blocks of a web page, giving it the structure.
    2. It is used to for building the static structure of a web page.
    3. Before learning Javascript to make the web dynamic, it is important to build its bascic structure and for that we use HTML.
    4. A tag defines starting and ending of a certain element of the page.
    5.  <tag></tag>
      
    6. An attribute gives additional information about a given tag.
    7. <html>
         <head> </head>
         <body></body>
       </html>
    1 Like

    Q1. What is HTML?
    A1. HTML (Hypertext Markup Language) is a markup language.

    Q2. What is HTML used for?
    A2. HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content.

    Q3. Why are we learning HTML?
    A3. We are learning HTML in order to construct web pages.

    Q4. What is an HTML tag?
    A4. In HTML, a tag is used for creating an element. The name of an HTML element is the name used in angle brackets such as

    for paragraph.

    Q5. What is the structure of an HTML tag?
    A5. There are two types of tags. “Opening” and “closing” tags. An opening tag consists of “tag_name” enclosed in angle brackets -> <tag_name>. It can also has “attributes”. The closing tag consists of “tag_name” (same as its opening counterpart), prefixed with “/” character, encolsed in angle brackets -> <tag_name>.

    Q6. What is an attribute?
    A6. Attributes contain extra information about the element that doesn’t to appear in the actual content.

    Q7. What is the anatomy of an HTML document?
    A7.
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset=“utf-8”>
    <title>My test page</title>
    </head>
    <body>
    </html>

    1 Like

    What Is HTML?
    Hypertext Markup Language shortly called HTML is a Markup language that is used to define the structure of a webpage.

    What Is HTML Used For?
    HTML is used to structure a web page and make contents of a web page appear in a nice format. Example; Italicize, Bold, etc…

    Why Are We Learning HTML?
    We are learning HTML because HTML will help us as developers to be able to structure and style the contents of a webpage.

    What Is An HTML Tag?
    A Tag is a label that gives identification to something. In this case an HTML tag gives an identity to a content. Example a paragraph, bold, italicize tags. An HTML content has two tags; The Opening and Closing Tags.

    1. The Opening Tag: The opening tag comes at a beginning of an element

    2. The Closing Tag: The closing tag comes at the end of an element with a forward slash before the element name

    What Is The Structure Of An HTML Tag?
    An HTML tag is wrapped in an opening and closing <> angle brackets. Example for the paragraph tag we have

    for the opening tag and

    for the closing tag.

    What Is An Attribute?
    An attribute in English is defined as a quality or feature regarded to as a characteristic of something. In HTML an attribute can be seen as extra information about the element that gives it some certain characteristics or quality.
    Example:
    < p class=“editor-note”> My Name Is JoJo


    class is the attribute name
    "editor-note" is the attribute value
    The class attribute allows devs to give the element a non-unique identifier.

    Syntax Of An Attribute

    1. An attribute should have a space between it and the element name
    2. The attribute name followed by an equal sign
    3. The attribute value enclosed in quotation marks

    What Is An Anatomy Of An HTML Document
    The Anatomy of an HTML document consists of;
    < !DOCTYPE html>
    < html>
    < head>
    < meta charset=“utf-8”>
    < title>
    < body>

    1 Like
    1. HTML is a hyper text mark up language taht describes content of the web pages

    2. It’s used to program websites, its structure

    3. We learn the basics so we can build our own websites and future dapps

    4. Tags is what tells the where the content starts and ends

    5. beginning content finishg

    6. atributes are the extra elements, “the editors notes” things that won’t be visible for the end user

    7. opening tag (its name element within the brackets) content followed by closing tag (with forward slash before its name)
      That all is an element.

    1 Like
    1. HTML is the markup language that is used to structure the front end of web apps. It stands for Hypertext Markup Language.
    2. It is used to structure the content of a web page.
    3. Because it is important to let other people interact with our service/program in a user friendly way, and that is where front end programming comes into play.
    4. All markup languages make use of discrete components called elements, used as containers for some part of the webpage’s content. Tags define the start and the end point of the element (not all elements require a closing tag).
    5. <tag_type attribute = attr_value> content</tag_type>
    6. An attribute is part of the opening tag of an element, and it is used to attach characteristics and additional information about the element. Attributes can be used to tweak how the elements displays and behaves within the HTML definition.
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8">
        <title>Some title</title>
      </head>
      <body> ... </body>
    </html>
    
    1 Like