When creating a table in the relational database design from an entity in the extended e-r model, the attributes of the entity become the rows of the table?
No. The attributes of the table correspond to columns within the table. Each unique set of attribute values taken together correspond to table rows. Sometimes referred to as "records".