Skip to content

Checking Html, Css best practice. #5

@ibugithub

Description

@ibugithub

It could be better by using the 'header' tag

todo_list/src/index.html

Lines 15 to 22 in ded17d7

<div class="title_container">
<div class="title">
<h5 class="margin0"> Today's To Do </h5>
</div>
<div class="refresh">
<img class="imgw40 ref" src="" alt="">
</div>
</div>

I could used the 'section' tag instead of div tag

todo_list/src/index.html

Lines 24 to 29 in ded17d7

<div class="add_container">
<input id="inputElement" type="text" placeholder="Add to your list">
<div class="dotHorizontal">
<img class="imgw40 dth" src="/src/images/dotHorizontal.png" alt="">
</div>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions