Skip to content

boolean-uk/html-scientific-paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

HTML Scientific Paper

Welcome to the first exercise of the HTML series. In this exercise we are going to use the HTML elements you've learned about this morning to replicate the below web page:

Scientific Paper

Instructions

  • Start with the template in index.html
  • Add a <title> in the <head> of the HTML page
  • Use HTML elements like <header> and <section> to structure your code
  • Use HTML elements like <h1> and <em> to format the text
  • Use HTML elements like <img> and <a> with the correct attributes

Tips

  • Use indentation and nesting to organise your code and improve readability.
<section>
	<p>This paragraph is indented and nested inside the section element.</p>
</section>

Resources

Extension

  • Create a second page and link to it
  • Use five elements not listed above! Use MDN to find new elements you've not yet used.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages