HTML Reading Assignment

  1. Hypertext Markup Language.
  2. To enclose, or wrap, different parts of the content to make it appear or act a certain way.
  3. For basic understanding of HTML and its functions for a foundation of web development.
  4. Tags can make a word or image hyperlink to somewhere else, can italicize words, and can make font bigger or smaller, etc.
  5. Tags starts with opening and closes with closing , i.e.,

    text

    .
  6. It is an extra information about the element that you don’t want to appear in the actual content.
  7. It wraps up the basics of individual HTML elements.

[quote=“ivan, post:1, topic:3055”]

Morgan

1)Hypertext Markup Language is the code used to structure a web page and its content.
2)HTML is used to define the structure of your websites content.
3)We are learning HTML so that we can build websites which interact with the Blockchain.
4)An HTML tag is a set of elements used to enclose and define website structure.
5)Opening tag with some attributes, enclosed text content, and a closing tag
6)An attribute is extra information about an element you do not want to appear in content.
7)doctype, html element, head element, body element, “utf-8”, title element

  1. Hypertext Markup Language
  2. it’s used to structure your content.You can create static Web pages or structure the body of an email etc
  3. We need to understand the basics in order to understand the programming languages
  4. HTML tag is the way that we structure our instructions in order to make our browser understand them.
  5. name of the element wrapped in opening and closing angle brackets = opening tag (can include atributes);
    opening tag + includes a forward slash before the element name = closing tag (can’t include atributes)
  6. Extra information about the element. It has a name and a value
    An attribute should always have:

A space between it and the element name (or the previous attribute, if the element already has one or more attributes).The attribute name, followed by an equals sign.Opening and closing quote marks wrapped around the attribute value.

  1. The Anatomy of an HTML document wraps up the basics of individual HTML elements :
  • the doctype
  • the html element
  • the head element.
  • the body element
  • the title element.

What is HTML?

  1. HTML is a hypertext markup language, not a programming language. HTML defines the structure of the content of a website.
    What is HTML used for?
  2. HTML is used for building and structuring websites.
    Why are we learning HTML?
  3. Because it provides fundamental understanding of some of the logic of coding and gives a good insight into building structures - all the way from the level of the smallest unit to the largest elements.
    What is an HTML tag?
  4. HTML tags are markers that define the beginning and the end of elements.
    What is the structure of an HTML tag?
  5. The structure of an HTML tag is always the command(?) inside of <> </> (and finishing off with / is important).
    What is an attribute?
  6. An attribute is additional information about an element that is not visible to the viewer. The information is added in order for to the element to be more identifiable later on.
    What is the anatomy of an HTML document?
  7. The anatomy of an HTML document is the structure hierarchy of the website, starting with and and ending with . It also includes elements such as head, body, title and so on.
  1. HTML means Hypertext Markup Language.
  2. HTML is used to define the structure of your a web page and its content.
  3. We learn HTML to show content and visual elements for users.
  4. Tags define the type of HTML elements with their special properties.
  5. HTML tag consists of opening and closing tag and the content between that.
  6. An attribute is an extra information or indicator about the element which doesn’t appear in the actual content.
  7. The anatomy of an HTML document is a nested form of tags or tree. The basic ones are html, head, body …
    :scream_cat:
  1. HTML is a Hypertext Markup Language.
  2. It is used for creating web-pages and web applications.
  3. We learn HTML because it’s the basics of how to create a website. It can also be useful later on to bring your own ICO to the public.
  4. Tags consists of the name of the element p, wrapped in opening and closing angle brackets. . It states where the elements begins

    and ends.

  5. For Example:

    My name is Daniel

  6. Attributes contain extra information about the element that you don’t want to appear in the actual content.
  7. Anatomy of an HTML document:
My test page My test image
  1. Hyper-text markup language
  2. It is used to describe structure of the web pages
  3. It gives us basic understanding of how the websides work
  4. HTML tags acts like containers. They tell us certain information about the content which is between opening and closing tag
  5. <(right angle bracket)p(character)>(left angle bracket)**…</(forward slash)p>
    opening tag closing tag
  6. Attribute gives additional information about the content of the element. Is part of the opening tag and has ‘name’ and ‘value’ ie.

    Content of the paragraph is in english language

  7. anything between opening and closing HTML tag is HTML code all the content between opening and closing body tag should be inside the browser window

    main heading between these tags is the content of paragraph

    sub-heading another paragraph

Elements are in nested order
I wrote some examples of code, but they can’t be seen for some reason…

So, I know absolutely nothing about html beforehand, but this is what i gathered from reading the article, tell me if i got it wrong please!

What is HTML?
A markup language used to structure your content, organised into different elements.

What is HTML used for?
Organizing content and how it is shown and acts in your web browser. Its basically a way to organise your shit and how it will be displayed to a user.

Why are we learning HTML?
Because we need a front end, and also html is good to know.

What is an HTML tag?
What one uses to wrap your elements in, defining where they start and end. Wrapping in your content in manageable bite sizes called elements.

What is the structure of an HTML tag?
We have a starting tag, and and ending tag, that wrap around our content. and we can set attributes that further define how or content is to behave. This tag acts like a a container. Its good form to organise stuff into containers even though you wouldnt be able to tell by looking into my closet for instance.

What is an attribute?
Extra information about our element that we dont want to appear in our actual content, but gives structure and properties to our elements.

What is the anatomy of an HTML document?
!doctype HTML. Remnant from the start of html that needs to be there still.
the html element wraps all the content which you want to have. Also called root element.
The head element is the information you want to include but doesn’t need to be shown on the actual page, as for instance keywords and page description. Also used to css to style your page.
The body is the element that wraps around all the content you wish to show on your page.
The meta charset sets which characters you are able to show on your page.
Title Is pretty self explanatory.

  1. HTML ( HyperText Markup Language ) is a markup language.
  2. It is used to structure a webpage and its content.
  3. It is easier than other high-level programming languages. It is better to beginn with.
    Blockchain Programming means programming in a network. So we need to know how to make two or more computers communicate with each other.
  4. Tags are usually symbols that define the beginning and the end one element.They are part of the element.
  5. It is opening angle bracket " < " ,
    one forward slash " / " if it is a closing tab,
    the name of the element,
    optionally one or more Attributes
    and the closing angle bracket " > ".
  6. It is a text that contain extra information about the element that you don`t want to appear in the actual content of the webpage.
  7. .......... .........................
  1. HTML is a HyperText Markup Language
  2. HTML is used to define the structure of a website and how everything would be placed and how the basic part of the website would work
  3. We are learning HTML because we will create websites that we will use to interact with the blockchain
  4. HTML tag is a piece of text that is used to tag the elements in the text and notify compiler to use it as an element
  5. elements

  6. An attribute is a piece of text that we put in the opening tag of the element that gives information or additional instructions about the element that we do not want to see in the element.
    7.Anatomy of the HTML document
    !DOCTYPE html needs to be included for everything to work. (Showing preprocessor that we are using HTML code)
- here we put code that does something we want but we don't that text to appear visually on the website "html /html" - wraps all the code in the entire page. Like the main() function in C++ body /body- contains all the material you want website visitors to see visually meta charset = "utf-8" - sets a character set that will be used in the website title /title - sets the title of the page the visitor visits

7,








  1. Sorry i think i am not allowed to write tags and part of HTML code. So without the " < " and " > "
    !DOCTYPE html
    html
    head
    meta charaset=“utf-8”
    title…/title
    /head
    body
    … content of the webpage …
    /body
    /html
  1. Hypertext markup language
  2. It is used to structure the content in the webpage
  3. We learn HTML to create our webpage
  4. HTML tag is used to add feature to the content.
  5. It has a opening tag, content, and a closing tag forming the entire element.
  6. Attribute is additional feature for the element via an attribute value
  7. Anatomy of HTML document include !DOCTYPE html, header, title, body etc.

-1 HTML is a Markup Language, that defines the structure of content.
-2 It is used mostly to structure websites and web applications interfaces.
-3 We are learning HTML because it plays an important role of the frontend development even in daps.
-4 HTML tags are special pair of keywords and sometimes a single one that initiate and end the declaration of an HTML element.
-5 An HTML tag consists of an opening tag and a closing tag. The first one can contain attributes.
-6 An attribute is a declaration that refers to extra information related to the HTML element not included in the content.
-7 It’s the combination of HTML elements that forms the minimum basic HTML page.

HTML Reading Assignment

  1. What is HTML?
  2. Hypertext Markup Language

  3. What is HTML used for?
  4. HTML is used for structuring a website and its content

  5. Why are we learning HTML?
  6. We are learning HTML to be able to code our own web interface related to our smart contracts and dapps.

  7. What is an HTML tag?
  8. A tag defines what will happen to the content inside the element. It can functions like a command.

  9. What is the structure of an HTML tag?
  10. Basically, tags consists out of an open-tag at the beginning of an element, and a closing-tag at the end of an element. It contains the name of the element.

    Example: <p> Hello World </p>

  11. What is the an attribute?
  12. Attributes are design features

  13. What is the anatomy of an HTML document?
  14. 
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8">
        <title>My test page</title>
      </head>
      <body>
        <p> Hello World </p>
      </body>
    </html>
    
    

What is HTML?

  • Hypertext "Markup Language

What is HTML used for?

  • HTML code defines the structure of the web page and its content - though it is not a programming language
  • descriptive elements can give characteristics to fonts, embed links, and instruct page structure related to image placement, paragraphs, spacing, lists / sentence structure / bullet points, etc…

Why are we learning HTML?

  • All web pages have a basic structure, and HTML provides a content guide to how the page will display those details as well as provides internal communications written within the code that can instruct non-visual information such as keyword searches and other useful descriptions to navigate the website / web pages.

What is an HTML tag?

  • tags are used to organize elements and typically wrap the content or instructions within them by labeling where they belong, where they begin, where they end on a web page

What is the structure of an HTML tag?

  • there is always an opening tag (enclosed by angle brackets) which is the name of the type of element, then the content wrapped inside the opening and closing tags with instructions of how that content should appear, and the closing tag which defines a completed element and ends with a forward slash before the element name.

What is an attribute?

  • attributes contain additional info related to the element that are not being displayed visually on the web page or details that are not meant to show up in the content itself. Class attributes allow an identifier to be assigned to an element to target it for styling and other information.

What is the anatomy of an HTML document?

  • the root element that wraps all the details and content together also written as
  • element which contains all the info of an element that is not shown on the pageview for users / website visitors and can include info for keywords, CSS to style content and more..
  • the element contains all the info of the content you want to display to the page when web users visit your site which can be text, images, videos, games, audio, etc…
  • that includes a majority of characters derived from a vast majority of human languages
  • the element which is the info that shows up in tabs, names the page that people want to bookmark and brief description / heading of the web page contents

Nice work! What’s kind of fun after messing around on Atom - there are multiple routes to BOLD words. and also

for example!

More options = higher likelihood of correct answers

1.HTML Hyper text Markup language
2. What is HTML used for -structure the web page to make it look more comfortable for the visitor ,using elements and so on
3.Why are we learning HTML -in the future we can build a good web page to communicate with a blockchain
4.What is an HTML tag - it’s helping the broweser to understand where is the content
5.What is the structure of an HTML tag - opening tag+content+closing tag or

;


6.What is an attribute? - additional information that is not displayed,can be use as identifier
7.What is the anatomy of an HTML document- html=head+body
  1. Hypertext Markup Language
  2. structure a web page and its content
  3. knowledge
  4. element
    5.opening and closing tag
    6.Attributes contain extra information about the element that you don’t want to appear in the actual content
  5. series of elements, which you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way.
  1. HTML = Hyper Text Markup Language
  2. HTML is used to style and structure the content on the front end of an application or website.
  3. To provide a web or app interface for the user to interact with a smart contract.
  4. A HTML tag wraps all the content on the page into an element, known as the root element of the document.
  5. A tag structure consists of the name of the element in the opening tag, followed by the elements content, and then a closing tag.
  6. An attribute provides extra information to the element without appearing in the content itself. It should always appear in the opening tag of the element.
  7. A website is built with a combination of elements to create an entire HTML document. Each document is divided into the head section and the body section. provides the browser with non visual content such as keywords and css styling and provides the actual content of the document.