Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic tags #5

Closed
59 of 68 tasks
MariaTeo opened this issue Sep 2, 2022 · 0 comments
Closed
59 of 68 tasks

basic tags #5

MariaTeo opened this issue Sep 2, 2022 · 0 comments
Assignees
Labels
feat New feature or request PG profile-group

Comments

@MariaTeo
Copy link
Contributor

MariaTeo commented Sep 2, 2022

Here are some helpful links:
W3Schools - html
MDN - html


-1-
Create your own directory and first html file

When you open this project you will see that there is a src folder. That is where we will maily be working.

  • create your own directory and use your GitHub username for the folder name. Make sure you write all in lower case, if you have spaces in your username use dash (-).
  • create an html file in your own directory like: src/mariateo/index.pug

In order to start your first website, you need to know the must have tags:

NOTE: In this project, the setup is already prepared for you to start writing code. You will not need to write those tag, just get familiar with them.
Therefore, after the creation of your .pug file you will need to write the following lines:

extend ../_component/layout/base

block awesome-content
  here-will-come-your-content

Note: If there is a case where you have more directories one in another, the path for: extend ../_component/layout/base might change.

-2-
Create your first multipage website with a basic navigation

Note: When you open your local host, in the browser link bar, you need to add your directory name like so: 'http://localhost:3001/mariateo/'

In order to add content in your main tag, the following tags are the most basic ones.

-3-
Add a list to your website.

Make use of the following tags to add some lists to your website pages.

Hint: You can make a link list, or a list for groceries, fruits, places, etc. Just use your imagination :)

-4-
Add a table to your website.

Make use of the following tags to add a table in your website.
Hint: Remember to make use of the attributes for table and td tags. Visit the provided links for documentation.

-5-
Add a header element

Create a header element, you can put your name in there.

-6-
Add a footer element

Create a footer element where you can put in copyright details and a date. You can put other details as well if you want, such as contact details etc.

-7-
Add an aside element

Create an aside element where you can put in some notes, ideas, thoughts of your progress or whatever content you like. This can be on any page.

-8-
Embed some content - [ ] add images to your website
Add some life to your pages. Makes use of the img tag in order to add some images across your website

-9-
Embed some content - [ ] add an inline frame to your website
Make use of the iframe HTML element to embed another document within the current HTML document.


Good to know

@MariaTeo MariaTeo self-assigned this Sep 2, 2022
@MariaTeo MariaTeo added the PG profile-group label Sep 2, 2022
@marianzburlea marianzburlea added the feat New feature or request label Sep 2, 2022
@MariaTeo MariaTeo closed this as completed Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request PG profile-group
Projects
None yet
Development

No branches or pull requests

2 participants