HTML Reading Assignment

  1. HTML stands for Hypertext Markup Language.
  2. HTML is used to structure web pages
  3. HTML is the basic foundation of many different programming languages.
  4. A tag is the language telling it to do a specific thing with the content within the tag.
  5. A tag always starts with and closes with
  6. An attribute is used to give the tag more info to use to be more spicific.
  7. The atatomy of a HTML document consists of everything that needs to be in the correct format for the website to look and run properly.
1 Like
  1. A markup language
  2. used to structure the content of a webpage
  3. To be able to create our webpage and not rely on a third party, also in the online business it is better to have at least some idea even if not directly involved in it
  4. tags are used to define how you want text to appear or to hyperlink and more
  5. we need an opening tag and a closing tag
  6. contains extra information about the element
  7. everything between <body> and </body>
2 Likes

1**. What is HTML?**
it stands for Hyper markup languange made up of tags and links and structures for a creating a website
2. What is HTML used for?
it is used for building websites and front end developers to be viewed on a web browser
3. Why are we learning HTML?
learning HTML is very important for a front end developer to construct an application that can interact with smart contracts and creating interfaces for interacting with browsers

4. What is an HTML tag?
A tag is used to define what content you are using
5. What is the structure of an HTML tag?
opening tag and closing tag in between is the content within these tags
6. What is an attribute?
an attribute is extra information within the tags that indicate how content will appear in terms of size location image of an image background colour and so forth

7. What is the anatomy of an HTML document?

  • <!DOCTYPE html> Doctype (historical artefact)
  • <html> element (enclosing the whole HTML document)
  • <head> element, containing all content not to be shown [inside <html> element]
  • <meta charset="..."> element, describing the used character set (e.g. UTF-8) [inside <head> element]
  • <title> element, setting the title of the page [inside <head> element]
  • <body> element, containing all the content to be shown [inside <html> element]
2 Likes
  1. html stands for Hyper Text Markup Language.
    with this program you can make simple websites with text and a few images and links.
  2. html is used to make a simple site to show some text images and links.
  3. we are learning about html because we can then setup a little page to display how the project looks on the internet. and learn the structure of a smart contract.
  4. with a tag you can power a sertain element such as the zise of the letters or how they form.
  5. words or something in the title
  6. with an attribute you can put links in the page and you have to do this within the element you are working with.
  7. the anatomy of an html document is a sum up of all the code that is written and this is how you few the site if you press f12 on a website.
2 Likes
  1. Hypertext Markup Language

  2. IS the code that is used to structure a web page and its content

  3. To get a basic understanding of HTML and its functions

  4. Used to format text and font or to create hyperlinks

  5. Tags consist of an opening an closing tag, closing tags are preceded with a forward slash

  6. Extra information about the element that you don’t want to appear in the actual content

  7. Wraps the basics of individual HTML elements which combined forms the entirety of an HTML page

2 Likes

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

What is HTML used for?
Build websites

Why are we learning HTML?
To build websites that includ Bitcoin transactoins

What is an HTML tag?
an element which you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way.

What is the structure of an HTML tag?
the name of the element (in this case, p), wrapped in opening and closing angle brackets. The closing tags includes a forward slash before the element name

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 all the coge lines that are part of a HTML document.

  1. What is HTML?
    HyperText Markup Language

  2. What is HTML used for?
    It is used to display content and images in a web browser.

  3. Why are we learning HTML?
    Web-based applications and web pages can be used to display and interact with information and content.

  4. What is an HTML tag?
    Elements used to control the look and placement of content within a browser.

  5. What is the structure of an HTML tag?
    Most have “open” and “close” elements to them. A few like the “img” tag only have one form.

  6. What is an attribute?
    Is a descriptive element that can be added to one word or letter or a whole page of content.

  7. What is the anatomy of an HTML document?
    Head tags or elements, open and close, followed by the Body tags or elements, open and close.

1 Like
  • It is HyperText Markup Language. It is a page formatting language.
  • It is used for controlling how information is structured and presented on a page.
  • To create web pages displayed by apps interacting with the blockchain.
  • A string of formatting characters marking the beginning and end of an HTML formatting element.
  • An opening left angle bracket “<” followed by the name of the element sometimes an attribute string followed by a closing right angle bracket “>”.
  • Attributes contain extra information about the element that you don’t want to appear in the actual content.
  • A <!DOCTYPE html> tag followed by opening <html> tag and closing </html> tag that wrap all the rest of the document html elements.
1 Like
  1. Hypertext Markup Language
  2. The code that is used to structure a web page and its content.
  3. To learn the basic of writing a website which we will integrate with other languages to create an interactive front end webpage.
  4. In HTML a tag is used to create an element.
  5. The name of an HTML element is the name used in angle brackets such as <p> for paragraph. So the paragraph tag would

  6. Attributes contain extra information about the element that you don’t want to appear in the actual content
  7. The anatomy of an HTML document is all the hypertext wrapped into the text file such as html, head, body etc
1 Like
  1. HTML is a formatting language, HyperText Markup Language.

  2. HTML is used for developing the contents of a webpage. This is composed by coding a series of elements together.

  3. We are learning HTML in order to understand web page/development basics. This will be essential in communicating via blockchains and writing contracts, as well as the first step in learning additional computer languages later in the course.

  4. This states where the element begins and ends. It is customizing the content, creating the entirety of the element.

  5. The structure of an HTML tag consists of an element, which contains content that is wrapped using tags to allow customization.
    ‘element’ = ‘opening tag’ -content- ‘closing tag’

  6. Attributes contain extra information about the element that you want hidden while presenting the actual content.

  7. The anatomy of a HTML doc contains the following;

<!DOCTYPE html <html <head <body <img src
1 Like
  1. Hypertext Markup Language
  2. Formats web pages and their content
  3. Foundation of other programming languages
  4. Tags enclose content and comprise an element
  5. Opening tag, content, closing tag
  6. Contain extra information about the element not to be displayed in the content
  7. Organized elements that combine to form a correctly formatted HTML page
1 Like

Hello everyone,

This is my understanding of HTML. Please correct me if I am wrong.

  1. HTML is a markup language which decides the structure of your content. The content includes hidden and visible content
  2. HTML is used to properly include both visible and hidden content in a webpage.
  3. To build a front end (website) which can talk to our backend (smart contract)
  4. An HTML tag means different parts in a webpage and includes the doctype, header, title, body etc
  5. The structure of an HTML tag includes the opening tag, attribute (if any), content and closing tag
  6. The attribute contains extra information of the element which is hidden from viewers
  7. The different parts of a webpage which include the doctype, header, title, content body etc
1 Like

Hello

  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 can be used to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way. 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. Using TABLEs you can have more options of placing text of pictures on a website.

  3. Why are we learning HTML?
    HTML is the basic layer for simple websites.

  4. What is an HTML tag?
    The <html> tag represents the root of an HTML document. The <html> tag is the container for all other HTML elements (except for the [<!DOCTYPE>] tag).

  5. What is the structure of an HTML tag?
    1 – angle brackets (< >), which enclose HTML codes, and
    2 – the forward slash (/), which is used to “close” HTML expressions

  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?

<html>
   <head>... </head>
   <body>...</body>
 </html>
1 Like
  1. hypertext markup language
  2. its used to structure a web page
  3. it is the fundamental to any web design . html structures a web page
  4. an opening and closing tag creates isolation with the content for creating the web page
  5. starts with an opening tag then the content and finishes with a closing tag
  6. Attributes contain extra information about the element that you don’t want to appear in the actual content
  7. individual elements to form the html page
1 Like
  1. What is HTML?
    Hypertext Markup Language is a markup language that defines the structure of your content, it is not a programming language.

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

  3. Why are we learning HTML?
    It provides knowledge about the ‘front-end’ user interface experience that we can later link to the ‘back-end’ blockchain technology.

  4. What is an HTML tag?
    It allows the creation of elements in which we can enclose different parts of contact to make it appear or act a certain way.

  5. What is the structure of an HTML tag?
    Opening tag, Closing tag, The Content, The element.

  6. What is an attribute?
    It provides extra information about the element but doesn’t appear in the actual content.

  7. What is the anatomy of an HTML document?
    How the individual elements are combined to form an entire HTML page.

1 Like

1.HTML is a mark-up language that defines the structure of its content

  1. HTML is used to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way

  2. HTML is used to create a website hence why we are learning it so we can create and program our own web page

  3. HTML tags are used to wrap things such as making text bold or italic or making certain words stand out

  4. the structure of HTML tag could be something like

    my dog is very old

  5. Attributes are used to contain extra elements to the page for instance highlighting a specific word

  6. the anatomy of a HTML document is an opening tag, closing tag, content and element

1 Like
  1. HTML is a Hypertext Markup Language

  2. HTML is used to structure a web page and its content.

  3. We are learning HTML to structure the page we are showing in the web.

  4. Tag is the container for all other HTML elements.

  5. ELEMENT

  6. Attribute is a extra information about the element that you don’t want to appear in the actual content.

 <!DOCTYPE html>
<html>
  <head></head>
  <body></body>
</html>
1 Like
  1. What is HTML?
    A markup language that is used for organizing the outline of a website.

  2. What is HTML used for?
    To build a website structure.

  3. Why are we learning HTML?
    To enable us to build a front-end for our smart contracts or DAPP’s that we will develop.

  4. What is an HTML tag?
    A tag is what makes the browser recognize what type of content it has to show and how to show it. It consists of the tag name in angular brackets and may come in pair, which makes up the beginning and ending tag.

  5. What is the structure of an HTML tag?
    An opening tag telling the page what to display, the information you want, and a closing tag.

  6. What is an attribute?
    It holds information about the element that you don’t want to be displayed.

  7. What is the anatomy of an HTML document?
    It contains a doctype, an HTML element, a heading, a title, and a body.

1 Like
1. Source
2. What is HTML? What is it used for?
	a. HyperText Markup Language is used to structure a web page and its content. Eg:
		i. Write in paragraphs
		ii. Insert bullet point/images/tables
	b. It is not a programming language but a markup language. It consists of "elements" that we use to wrap our content in to make it appear/act a certain way.

3. Why are we learning HTML?
	a. Web Dev helps us take full control of our application development. 
	b. It's the front-end, the backend will be Solidity or some other blockchain language.

4. What is an HTML tag? What is its structure?

	
	a. 
	b. Closing tag has forward slash in it.
	c. Element = Opening tag + Closing tag + Content
	
5. What is an attribute?
	a. Attribute  contain extra information about the element that you don't want to appear in the actual content.
	b. 
	c. class is the attribute name and editor-note is the attribute value
	d. class attribute allows you to give the element a non-unique identifier that can be used to target it (and any other elements with the same class value) with style information and other things. 
	e. Here this statement is under the "class" editor note, all editor notes can have the same style information
	f. An attribute should always have the following:
		§ 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 equal sign.
		§ The attribute value wrapped by opening and closing quotation marks.
		
6. Nested elements
	a. <p>My cat is <strong>very</strong> grumpy.</p>
	b. My cat is very grumpy.
	c. <strong> element bolds it
	
7. Empty Elements
	a. <img> 
	b. No closing tag, no content
	c. This is because an image element doesn't wrap content to affect it. Its purpose is to embed an image in the HTML page in the place it appears.
	d. <img src="images/firefox-icon.png" alt="My test image">
	e. Just a place holder
	
8. What is the anatomy of an HTML document?
	a. <!DOCTYPE html> 
My test page My test image
	b. doctype is a required preamble, they used 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. Now they don't do much but still good to add it to ensure the document behaves correctly.
	c. html element is the root element for all the content on this page
	d. head element acts as a container for all stuff we want to include on the page that isn't content. Eg
		i. keywords (SEO)
		ii. page descriptor
	e. meta charset = 'utf-8' this element sets the characters our page should use to UTF-8 which can handle most characters from a lot of languages
	f. title element appears on browser tab/bookmark
	g. body element all content

8. Images
	a. <img> element embeds an image into our page
	b. Placeholder
	c. <img src="images/firefox-icon.png" alt="My test image">
	d. src = source attribute = is the path to our image file
	e. alt = alternative attribute = escriptive text for users who cannot see the image
9. Headings
	a. <h1> etc
	b. HTML contains 6 heading levels, <h1>–<h6>
	c. Main title, Chapter title, subtitle and so on
10. Paragraph
	a. <p>
	b. <br> % next line
11. Lists 
	a. Unordered lists <ul> (bullets)
	b. Ordered lists <ol> (Numbered)
	c. Each element in <li>
	<ul> 
  • technologists
  • thinkers
  • builders
  • 12. Links a. anchor b. Mozilla Manifesto
    13. Building a webpage
    	<html> %tag tells browser that is a webpage
    	
    	  <head>
    	    %Info about the webapge
    	    <title>Milita's</title>
    	  </head>
    	%Spaces don't matter
    	  <body>
    	      <h1>This is the title</h1>
    	      <h5>This is the title</h5>
    	      <p>Hello World </p>
    	  </body>
    	</html>
    	
    14. CS50 Lecture
    	a.  <!--
    		comments
    	-->
    	b. Table
    	c. Terminal (can send requests to server, here we can see the data returned in raw form)
    		i. curl google.com %returns data received like code 301 which means "google.com" has moved to 
    		href www.google.com
    		ii. curl -I 
    		This gives us the headers of the data returned
    		iii. 
    		
    	d. CSS Cascading Style Sheet
    		i. Allows styling of our content further
    		ii. 
    		iii. the entire body is center aligned (which is inherited by all elements within the body element)
    		iv. header has a large font size etc
    	e. Can add our own "classes"
    		i. <head>
    			<style>
    				.centered
    				{
    					text-align: center;
    				}
    
    				.small
    				{
    					font-size: small;
    				}
    			1) </style>
    		i. </head>
    		ii. This creates new building blocks that we can use repeatedly
    		iii. 
    	
    		iv. css3
    		v. 
    	
    		vi. The actual tag itself can be programmed, no need for "." here unlike the class case
    		vii. css4-what we use now
    		viii. 
    	
    		ix. no need for style tag, we just use link to say hey browser here is a link to this file I want my webpage to run with, the relationship is that it's a stylesheet
    		x. the browser reads the css4 rules from the link
    		xi. we make the css4.cs ourselves
    		xii. easy to work in a team, modular work
    	
    	f. Just know vocabulary. Easy to program.
    15. Resources
    	HTML Crash Course For Absolute Beginners
    	https://www.youtube.com/watch?v=UB1O30fR-EE
    	 
    	Learn HTML in 12 Minutes
    	https://www.youtube.com/watch?v=bWPMSSsVdPk
    	 
    	Learn More HTML in 12 Minutes
    	https://www.youtube.com/watch?v=KJ13lX20FqU
    	 
    	HTML Tutorial for Beginners - Learn HTML in 30 Minutes
    	https://www.youtube.com/watch?v=hrZqiCUx6kg
    1 Like

    html (hypertext markup language) is a markup language that defines the structure of your content.

    html is used for to structure web pages and its content.

    we are learning html because in order to learn how to program in blockchain we have to know the basics of the markup language.

    a tag can make a word or image hyperlink to somewhere else, can make the font bigger or smaller.

    structure of a tag has opening tag withn the content in the middle and closing tag

    a attributes contains extra information about the element that you don’t want to appear in the actual content.

    the anatomy of a html contains of open tag closing tag the content which it all becomes an element.

    1 Like