Great! Nice job with the consistent nesting and indentation in your HTML. Here's more info on best practices for nesting and indentation to use in future/more complex projects: https://www.granneman.com/webdev/coding/formatting-and-indenting-your-html/ . These practices help your markup to be organized and easy to read. I would also consider deleting any empty lines that are inconsistent with your nesting and indentation like lines 34-36.
Great! Nice job with the consistent nesting and indentation in your HTML. Here's more info on best practices for nesting and indentation to use in future/more complex projects: https://www.granneman.com/webdev/coding/formatting-and-indenting-your-html/ . These practices help your markup to be organized and easy to read. I would also consider deleting any empty lines that are inconsistent with your nesting and indentation like lines 34-36.
https://github.com/DavidRog/prj-rev-bwfs-dasmoto/blob/master/Dasmotos/index.html#L34-L36